home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Female Teachers Club / Beautiful Female Teachers Club.iso / pc / virtual.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  1998-02-16  |  198 b   |  11 lines

  1. on mouseDown
  2.   puppetSound(2, "button.aiff")
  3.   if btndown(1) then
  4.     puppetSound(1, 0)
  5.     set the movieRate of sprite 2 to 0
  6.     puppetSprite(5, 0)
  7.     puppetSprite(9, 0)
  8.     go("4")
  9.   end if
  10. end
  11.